home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMTASKBARPAGE / TFRMTASKBARPAGE.txt
Text File  |  2008-10-30  |  3KB  |  123 lines

  1. object frmTaskBarPage: TfrmTaskBarPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbTaskbarAnimation: TGroupBox
  14.     Left = 16
  15.     Top = 168
  16.     Width = 605
  17.     Height = 167
  18.     Caption = 'gbTaskbarAnimation'
  19.     TabOrder = 1
  20.     object lblTBDescription: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 550
  24.       Height = 33
  25.       WordWrap = True
  26.       Transparent = True
  27.       AutoSize = False
  28.       Caption = 'lblTBDescription'
  29.       ShowAccelChar = True
  30.     end
  31.     object rbGroupNo: TRadioButton
  32.       Left = 24
  33.       Top = 72
  34.       Width = 550
  35.       Height = 17
  36.       Caption = 'rbGroupNo'
  37.       TabOrder = 0
  38.       OnClick = rbItemClick
  39.     end
  40.     object rbGroupLeastFirst: TRadioButton
  41.       Left = 24
  42.       Top = 92
  43.       Width = 550
  44.       Height = 17
  45.       Caption = 'rbGroupLeastFirst'
  46.       TabOrder = 1
  47.       OnClick = rbItemClick
  48.     end
  49.     object rbGroupMostWindowsFirst: TRadioButton
  50.       Left = 24
  51.       Top = 112
  52.       Width = 550
  53.       Height = 17
  54.       Caption = 'rbGroupMostWindowsFirst'
  55.       TabOrder = 2
  56.       OnClick = rbItemClick
  57.     end
  58.     object rbGroupNWindows: TRadioButton
  59.       Left = 24
  60.       Top = 132
  61.       Width = 550
  62.       Height = 17
  63.       Caption = 'rbGroupNWindows'
  64.       TabOrder = 3
  65.       OnClick = rbItemClick
  66.     end
  67.   end
  68.   object gbTaskbar: TGroupBox
  69.     Left = 16
  70.     Top = 1
  71.     Width = 605
  72.     Height = 152
  73.     Caption = 'gbTaskbar'
  74.     TabOrder = 0
  75.     object lblTaskBar: TAxLabel
  76.       Left = 24
  77.       Top = 30
  78.       Width = 61
  79.       Height = 16
  80.       WordWrap = False
  81.       Transparent = True
  82.       Caption = 'lblTaskBar'
  83.       ShowAccelChar = True
  84.     end
  85.     object cbAutoHide: TCheckBox
  86.       Left = 24
  87.       Top = 56
  88.       Width = 500
  89.       Height = 17
  90.       Caption = 'cbAutoHide'
  91.       TabOrder = 0
  92.       OnClick = cbItemClick
  93.     end
  94.     object cbAlwaysAllTop: TCheckBox
  95.       Left = 24
  96.       Top = 76
  97.       Width = 500
  98.       Height = 17
  99.       Caption = 'cbAlwaysAllTop'
  100.       TabOrder = 1
  101.       OnClick = cbItemClick
  102.     end
  103.     object cbAnimation: TCheckBox
  104.       Left = 24
  105.       Top = 96
  106.       Width = 500
  107.       Height = 17
  108.       Caption = 'cbAnimation'
  109.       TabOrder = 2
  110.       OnClick = cbItemClick
  111.     end
  112.     object cbLockTaskbar: TCheckBox
  113.       Left = 24
  114.       Top = 116
  115.       Width = 500
  116.       Height = 17
  117.       Caption = 'cbLockTaskbar'
  118.       TabOrder = 3
  119.       OnClick = cbItemClick
  120.     end
  121.   end
  122. end
  123.